__weak与__block修饰符的区别
API Reference对__block变量修饰符有如下几处解释: //A powerful feature of blocks is that they can modify variables ...
API Reference对__block变量修饰符有如下几处解释: //A powerful feature of blocks is that they can modify variables ...